Skip to content

Conversation

@rohitphataklm
Copy link
Contributor

  • Added support for extra objects in argus helm chart

How to add extra objects

  • Following is the yaml configuration for addi. Here as an extra object I have added a Kubernetes configmap
    argus:
     extraObjects:
      - apiVersion: v1
        kind: ConfigMap
        metadata:
          name: extra-config
        data:
          key1: value1
          key2: value2
  • This adds the listed configmap when argus is installed

lmbhushanpuri
lmbhushanpuri previously approved these changes Sep 25, 2025
@rohitphataklm rohitphataklm merged commit 615b613 into main Nov 10, 2025
12 checks passed
@rohitphataklm rohitphataklm deleted the extra-objects branch November 10, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants