Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
b33b2a93a0a2e51d94ebc844b81686e8ab2e3c64
/
.
/
charts
/
flux-bootstrap
/
templates
/
access-keys.yaml
blob: 3a1a7f5c5798a9791a318e460fafac74cae1d105 [
file
] [
log
] [
blame
]
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
access
-
keys
namespace:
{{ .Release.Namespace }}
data:
private.
key:
{{ toYaml .Values.privateKey
|
indent 2 }}