openweathermap key
This commit is contained in:
parent
a7014d91d2
commit
079c3cc88a
5 changed files with 142 additions and 1 deletions
3
justfile
3
justfile
|
|
@ -21,7 +21,8 @@ sealed-secretes-backup:
|
|||
|
||||
seal-openweathermap-api-key:
|
||||
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
|
||||
kubeseal --namespace temperature-cronjob-helm --format=yaml < private/openweathermap-api-key.yaml > temperature-cronjob/templates/sealed-openweathermap-api-key.yaml
|
||||
kubeseal --namespace temperature-cronjob-manifest --format=yaml < private/openweathermap-api-key.yaml > temperature-cronjob-manifest/sealed-openweathermap-api-key.yaml
|
||||
|
||||
argo-install:
|
||||
kubectl create namespace argocd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue