Closed tgs-security closed 2 years ago
I'm following the instructions on the README: https://github.com/jfrog/log-analytics-splunk#kubernetes-deployment-with-helm
I've saved this file as k8s/fluentd/artifactory.yml and just have my license and db config in a separate k8s/values.yml. The only thing I've changed in the artifactory.yml is the splunk parameters.
k8s/fluentd/artifactory.yml
k8s/values.yml
artifactory.yml
However when I run
helm template jfrog-platform --version 10.4.1 --namespace jfrog-platform jfrog/jfrog-platform -f k8s/values.yml -f k8s/fluentd/artifactory.yml > chart.yaml
The rendered template doesn't include the sidecar or initContainer, that bit's just blank. What am I doing wrong?
I'm following the instructions on the README: https://github.com/jfrog/log-analytics-splunk#kubernetes-deployment-with-helm
I've saved this file as
k8s/fluentd/artifactory.yml
and just have my license and db config in a separatek8s/values.yml
. The only thing I've changed in theartifactory.yml
is the splunk parameters.However when I run
The rendered template doesn't include the sidecar or initContainer, that bit's just blank. What am I doing wrong?