8 lines
139 B
YAML
8 lines
139 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: hello-cicd-secret
|
|
namespace: student-sz11zs
|
|
type: Opaque
|
|
data:
|
|
password:bG96aW5rYTEyMw== |