Skip to content

Commit

Permalink
waaaait a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 27, 2024
1 parent bb72705 commit ff2d919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_k8s_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
TF_VAR_mesh_proxmox_token_secret: ${{ secrets.TF_VAR_MESHDB_PROXMOX_TOKEN_SECRET }}
TF_VAR_mesh_local_password: ${{ secrets.TF_VAR_MESHDB_LOCAL_PASSWORD }}
TF_VAR_k3s_token: ${{ secrets.TF_VAR_K3S_TOKEN }}
TF_VAR_DATADOG_API_KEY: ${{ secrets.TF_VAR_DATADOG_API_KEY }}
TF_VAR_DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
# Credentials for deployment to AWS
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ metadata:
type: Opaque
data:
api-key: {{ DATADOG_API_KEY }}
chom: skz
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
Expand Down

0 comments on commit ff2d919

Please sign in to comment.