Skip to content

Commit

Permalink
Update-2021-01-22_18:30:35
Browse files Browse the repository at this point in the history
  • Loading branch information
artashesbalabekyan committed Jan 22, 2021
1 parent 9a8759e commit c21cde0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/netris-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.0.1
appVersion: v0.0.2
home: https://github.com/netrisai/netris-operator
icon: https://www.netris.ai/wp-content/uploads/2020/05/logo-600.png # [todo] Change url to permalink
keywords:
Expand Down
4 changes: 4 additions & 0 deletions charts/netris-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,9 @@ Create netris-opeator controller envs
secretKeyRef:
name: {{ .Values.controllerCreds.password.secretName }}
key: {{ .Values.controllerCreds.password.key }}
{{- end }}
{{- if or (eq (lower (toString .Values.controller.insecure )) "true") (eq (lower (toString .Values.controller.insecure )) "false") }}
- name: CONTROLLER_INSECURE
value: {{ .Values.controller.insecure | quote }}
{{- end -}}
{{- end -}}
1 change: 1 addition & 0 deletions charts/netris-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ controller: {}
# host: http://example.com
# login: login
# password: pass
# insecure: false

controllerCreds:
host:
Expand Down

0 comments on commit c21cde0

Please sign in to comment.