alekc commented on PR #717:
URL: 
https://github.com/apache/apisix-helm-chart/pull/717#issuecomment-3220066047

   Still relevant. 
   
   Meanwhile my workaround with helmfile 
   ```
     - name: apisix
       namespace: apisix
       chart: apisix/apisix
       version: 2.11.5
       strategicMergePatches:
         - apiVersion: v1
           kind: ConfigMap
           metadata:
             name: apisix.yaml
           data:
             apisix.yaml: |-
               {{- .Values.apisix.apisix.standaloneConfig | toYaml | nindent 12 
}}
               #END
         - apiVersion: apps/v1
           kind: Deployment
           metadata:
             name: apisix
             namespace: apisix
           spec:
             template:
               metadata:
                 annotations:
                   checksum/config: {{ .Values.apisix.apisix.standaloneConfig | 
toYaml | sha256sum }}
   
                 # END
       values:
         - {{- .Values | get "apisix" (dict) | toYaml | nindent 8}}
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to