Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
ab6ba1949928eabc4eb9cf85a49a0486af806428
/
.
/
kubernetes
/
consul
/
templates
/
secrets.yaml
blob: 25354373295c1797fe51b75654fcff1173d7ff21 [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Secret
metadata:
name:
{{ include
"common.fullname"
. }}
-
certs
-
secret
namespace:
{{ include
"common.namespace"
. }}
data:
{{ tpl (.Files.Glob
"resources/config/consul-agent-config/certs/*"
).AsSecrets .
|
indent 2 }}