Skip to content

Commit

Permalink
quick fix in master. Param on the secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs committed Feb 23, 2023
1 parent 5409ee7 commit b2fe111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/ip-blocker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: ip-blocker
description: This chart deploys a daemon in k8s for blocking IPs from unwanted bots
type: application
version: 0.5.1
appVersion: 0.5.1
version: 0.6.1
appVersion: 0.6.1
2 changes: 1 addition & 1 deletion charts/ip-blocker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
volumes:
- name: credentials
secret:
secretName: ip-blocker-key
secretName: {{ .Values.GCPArmor.credentialsName }}
- name: commonconfig-volume
projected:
defaultMode: 420
Expand Down
1 change: 1 addition & 0 deletions charts/ip-blocker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ elasticSearch:
address: "https://host.docker.internal:9200"

GCPArmor:
credentialsName: ip-blocker
files:
gcp-armor-config.yaml:
preview: "true"
Expand Down

0 comments on commit b2fe111

Please sign in to comment.