Skip to content

Node-collector pods not running on master nodes #1947

Answered by xRTRx
xRTRx asked this question in Help & Support
Discussion options

You must be logged in to vote

Thank you, that was the issue.
I couldn't correctly set the required value in the parameters section of the ArgoCD manifest, so moved it to the values section, now it works as expected, here is my updated manifest:

kind: Application
metadata:
  name: trivy-operator
  namespace: argocd
spec:
  project: default
  source:
    repoURL: 'https://aquasecurity.github.io/helm-charts/'
    targetRevision: 0.21.2
    helm:
      parameters:
        - name: compliance.cron
          value: '0 0 * * *'
        - name: compliance.reportType
          value: 'all'
        - name: service.headless
          value: 'false'
        - name: serviceMonitor.enabled
          value: 'true'
        - name: ope…

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@xRTRx
Comment options

@chen-keinan
Comment options

@xRTRx
Comment options

Comment options

You must be logged in to vote
3 replies
@xRTRx
Comment options

@xRTRx
Comment options

@xRTRx
Comment options

Comment options

You must be logged in to vote
1 reply
@xRTRx
Comment options

Answer selected by xRTRx
Comment options

You must be logged in to vote
2 replies
@xRTRx
Comment options

@chen-keinan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants