We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2aa50 commit 0d96d84Copy full SHA for 0d96d84
charts/opa/Chart.yaml
@@ -21,4 +21,4 @@ version: 0.7.0
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: 0.59.0
+appVersion: 1.11.0
charts/opa/templates/deployment.yaml
@@ -46,10 +46,11 @@ spec:
46
- --server
47
- --diagnostic-addr
48
- 0.0.0.0:8282
49
+ - --addr
50
+ - 0.0.0.0:8181
51
- --config-file
52
- /etc/opa-config/config.yaml
- - --log-level
- - {{ .Values.logLevel }}
53
+ - --log-level={{ .Values.logLevel | default "info" }}
54
{{- with .Values.env }}
55
env:
56
{{- toYaml . | nindent 12 }}
0 commit comments