Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Aug 14, 2024
1 parent 27a70d3 commit b73fc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/anteon/templates/00_env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
DOCKER_INFLUXDB_INIT_USERNAME: {{ .Values.influxDB.username | quote }}
DOCKER_INFLUXDB_INIT_PASSWORD: {{ .Values.influxDB.password | quote }}
DOCKER_INFLUXDB_INIT_ORG: {{ .Values.influxDB.org | quote }}
DOCKER_INFLUXDB_INIT_BUCKET: {{ .Values.influxDB.initBuckerName | quote }}
DOCKER_INFLUXDB_INIT_BUCKET: {{ .Values.influxDB.initBucketName | quote }}
DOCKER_INFLUXDB_INIT_MODE: {{ .Values.influxDB.initMode | quote }}
INFLUXDB_URL: {{ .Values.influxDB.url | quote }}
POSTGRES_HOST: {{ .Values.postgres.host | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/anteon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ influxDB:
org: "ddosify"
username: "admin" # only used if external is false
password: "ChangeMe" # only used if external is false
initBuckerName: "hammerBucket"
initBucketName: "hammerBucket"
initMode: "setup"
replicas: 1

Expand Down

0 comments on commit b73fc9a

Please sign in to comment.