Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
7f98e77c44ec4af976f5299a7056ffde1fc27744
/
.
/
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 }}