InseeFrLab / helm-charts

Collection of helm (https://helm.sh/) charts used at @inseefr
7 stars 21 forks source link

s3-operator : removal of a comment that causes Helm templating to fail #48

Closed phlg closed 1 year ago

phlg commented 1 year ago

The removed

- args: {{- toYaml .Values.controllerManager.manager.args | nindent 8 }}

line caused the templated Deployment to look like this :

    spec:
      containers:
      #- args:
        null
      - args:
        - --health-probe-bind-address=:8081
        # - ...

which then prevented Helm from installing the chart.