Dodani configmap i secret za namespace sz11zs
This commit is contained in:
9
k8s/configmap.yaml
Normal file
9
k8s/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: hello-cicd-config
|
||||
namespace: student-sz11zs
|
||||
data:
|
||||
APP_VERSION: "2.0-stabilna"
|
||||
ENVIRONMENT: "produkcija"
|
||||
MESSAGE: "Aplikacija uspješno koristi ConfigMap!"
|
||||
8
k8s/secret.yaml
Normal file
8
k8s/secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: hello-cicd-secret
|
||||
namespace: student-sz11zs
|
||||
type: Opaque
|
||||
data:
|
||||
password:bG96aW5rYTEyMw==
|
||||
Reference in New Issue
Block a user