Skip to content

Commit

Permalink
networkapi-ingress: Fix configmaps names
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Jul 26, 2021
1 parent 1e6e55b commit 418884f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/networkapi-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: networkapi-ingress-controller
description: A Helm chart for Kubernetes
type: application
version: 0.2.2
version: 0.2.3
appVersion: "edge"
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- -ingress-config
- /config/ingress-config.json
- /config/networkapi-config.json
- -controller-config
- /config/networkapi-config.yaml
- /config/controller-config.yaml
- -zap-log-level
- "{{ .Values.networkapi.zapLogLevel | default "2" }}"
ports:
Expand Down

0 comments on commit 418884f

Please sign in to comment.