Skip to content

Commit

Permalink
feat!: [#48311] remove support for os2mo external_env_config_map_name
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

This seems to be unused.
  • Loading branch information
caspervk committed Jun 28, 2023
1 parent 73327f7 commit dc79a1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions os2mo/templates/mo/deployment.yaml
Expand Up @@ -105,10 +105,6 @@ spec:
value: {{ .Values.sdtool.enabled | quote }}

envFrom:
{{- if .Values.os2mo.external_env_config_map_name }}
- configMapRef:
name: "{{ .Values.os2mo.external_env_config_map_name }}"
{{- end }}
- configMapRef:
name: mo-config
- configMapRef:
Expand Down
1 change: 0 additions & 1 deletion os2mo/values.yaml
Expand Up @@ -69,7 +69,6 @@ os2mo:
memory: "2048Mi"
cpu: "1500m"
headless: false
external_env_config_map_name: null
environment: {}
environment_containing_json: {}
probes:
Expand Down

0 comments on commit dc79a1a

Please sign in to comment.