Replies: 1 comment 2 replies
-
There's no support for that at the moment, but a workaround is wrapping your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi floks,
I was reviewing the API reference and noticed that the dependsOn field in a Kustomization appears to work only when referencing another Kustomization resource.
Is it possible to use dependsOn in a Kustomization while pointing to a HelmRelease instead?
For example:
When attempting this, I receive the following error:
dependency ''external-secrets/external-secrets'' not found: kustomizations.kustomize.toolkit.fluxcd.io "external-secrets" not found
Is there a way to declare a dependency on a HelmRelease, or is dependsOn strictly limited to Kustomization resources?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions