openweathermap key

This commit is contained in:
Waylon Walker 2025-11-22 19:56:40 -06:00
parent a7014d91d2
commit 079c3cc88a
5 changed files with 142 additions and 1 deletions

View file

@ -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