Skip to content

Commit

Permalink
cd: remove prometheus grafana pods
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 21, 2024
1 parent a6d1c84 commit 11f7b05
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1,085 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
--dry-run=client \
-o yaml | kubectl apply -f -
kubectl create secret generic grafana-password-secret \
--from-literal=grafana-password=${{ secrets.GRAFANA_PASSWORD }} \
--save-config \
--dry-run=client \
-o yaml | kubectl apply -f -
# kubectl create secret generic grafana-password-secret \
# --from-literal=grafana-password=${{ secrets.GRAFANA_PASSWORD }} \
# --save-config \
# --dry-run=client \
# -o yaml | kubectl apply -f -

kubectl create secret generic news-api-key-secret \
--from-literal=news-api-key=${{ secrets.NEWS_API_KEY }} \
Expand Down
Loading

0 comments on commit 11f7b05

Please sign in to comment.