k
Size: a a a
k
🅐
sert: |
—BEGIN—
k
sert: |
—BEGIN—
k
helm upgrade -i -f values.yaml -f certs.yaml
🅐
helm upgrade -i -f values.yaml -f certs.yaml
apiVersion: v1
kind: Secret
type: kubernetes.io/tls
metadata:
name: secret-tls
data:
tls.crt: {{ b64enc .Values.tls.crt }}
tls.key: {{ b64enc .Values.tls.key }}
🅐
helm upgrade -i -f values.yaml -f certs.yaml
GG
🅐
k
🅐
k
k
kubectl get ns -o yaml |
helm template -f- https://git.io/dummychart
GG
kubectl get ns -o yaml |
helm template -f- https://git.io/dummychart
k
kubectl get ns -o yaml
может быть что-то вроде:jsonnet myenv.jsonnet
MR
EK
A
MR
MR