Skip to content

Commit

Permalink
feat: put numbers in quotes
Browse files Browse the repository at this point in the history
* fix: added clusterrole

* fix: indentation

* feat: put numbers in quotes

---------

Co-authored-by: FrancescoL96 <[email protected]>
  • Loading branch information
braghettos and FrancescoL96 authored Oct 11, 2024
1 parent 507d5ef commit 49c17cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
{{- include "composition-watcher.labels" . | nindent 4 }}
data:
RESOURCE_TREE_HANDLER_URL: {{ .Values.env.RESOURCE_TREE_HANDLER_URL }}
POLLING_INTERVAL: {{ .Values.env.POLLING_INTERVAL }}
MAX_RECONCILE_RATE: {{ .Values.env.MAX_RECONCILE_RATE }}
POLLING_INTERVAL: "{{ .Values.env.POLLING_INTERVAL }}"
MAX_RECONCILE_RATE: "{{ .Values.env.MAX_RECONCILE_RATE }}"

0 comments on commit 49c17cd

Please sign in to comment.