fix secret name
This commit is contained in:
parent
3822da0457
commit
db997a6cb0
3 changed files with 5 additions and 4 deletions
2
justfile
2
justfile
|
|
@ -20,7 +20,7 @@ sealed-secretes-backup:
|
|||
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml > private/sealed-secrets-key.yaml
|
||||
|
||||
seal-openweathermap-api-key:
|
||||
kubectl create secret generic mysecret --from-literal=openweathermap-api-key=${OPENWEATHERMAP_API_KEY} --dry-run=client -o yaml > private/openweathermap-api-key.yaml
|
||||
kubectl create secret generic openweathermap-api-key --from-literal=openweathermap-api-key=${OPENWEATHERMAP_API_KEY} --dry-run=client -o yaml > private/openweathermap-api-key.yaml
|
||||
kubeseal --format=yaml < private/openweathermap-api-key.yaml > temperature-cronjob/templates/openweathermap-api-key.yaml
|
||||
|
||||
argo-install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue