Skip to content

Commit

Permalink
Cleanup configuration from Parameters (#227)
Browse files Browse the repository at this point in the history
* Cleanup configuration from Parameters
  • Loading branch information
m-ondracek-tric authored Oct 22, 2024
1 parent 20d72dd commit a6e9b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Charts/qtest-parameters/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kubeVersion: ">=1.24.0-0"
# 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: 1.4.0
version: 1.4.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.
Expand Down
5 changes: 0 additions & 5 deletions Charts/qtest-parameters/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ spec:
name: qtest-parameters-configmap
key: qTestParametersSSLKey
{{- end }}
- name: NODE_OPTIONS
valueFrom:
configMapKeyRef:
name: qtest-parameters-configmap
key: qTestParametersNodeOptions
{{- with .Values.extraEnv }}
{{ toYaml . | indent 12 }}
{{- end }}
Expand Down

0 comments on commit a6e9b01

Please sign in to comment.