Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding multiple quotas failing with nil pointer #250

Open
soumyathampi opened this issue Apr 4, 2024 · 0 comments
Open

Adding multiple quotas failing with nil pointer #250

soumyathampi opened this issue Apr 4, 2024 · 0 comments

Comments

@soumyathampi
Copy link

soumyathampi commented Apr 4, 2024

Hi,

I am trying to add multiple quotas to moon deployment and facing this error

Error: UPGRADE FAILED: template: moon2/templates/service-accounts.yaml:2:36: executing "moon2/templates/service-accounts.yaml" at <$quota.namespace>: nil pointer evaluating interface {}.namespace

quota:
  moon: null
  alfa-team:
    namespace: dois-moon-ccg
    skipCreateNamespace: true
    serviceAccountName: custom
    password: ccg-team-password
    serviceAccountAnnotations: {}
  beta-team:
    namespace: dois-moon-jive
    skipCreateNamespace: true
    serviceAccountName: custom
    serviceAccountAnnotations: {}

This is the changes added in values.yaml.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant