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