Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
aca7aa533ca44bcd6b4083c25dc8e7a24b958856
/
.
/
kubernetes
/
aai
/
charts
/
aai-data-router
/
templates
/
secret.yaml
blob: 69bd3f86de4a5786780a59742b64afc061e2923f [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
Secret
metadata:
name:
{{ include
"common.fullname"
. }}
namespace:
{{ include
"common.namespace"
. }}
type:
Opaque
data:
{{ tpl (.Files.Glob
"resources/config/auth/*"
).AsSecrets .
|
indent 2 }}