jhawarchirag0 commented on issue #771:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/771#issuecomment-1837924293

   @style95 Thankyou for the help.
   But I am having difficulties in implementing this template.
   For my current setup I am using v1.0.0 of the helm chart.
   I have modified the chart with the following changes: - 
   
   openwhisk/whiskconfig.conf
   ```
   include classpath("application.conf")
   
   whisk {
     metrics {
       prometheus-enabled = false
     }
     kubernetes {
       pod-template = "file:/pod-template.yaml"
     }
   }
   ```
   
   openwhisk/pod-template.yaml
   ```
   ---
   apiVersion: "v1"
   kind: "Pod"
   spec:
     dnsPolicy: "None"
     dnsConfig:
       nameservers:
         - 192.168.9.30
       searches:
         - example.com
   ```
   
   Do I need to update my helm chart or is it something other I am doing wrong?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to