Skip to content

Conversation

@owenhaynes
Copy link

When using server side diff with ArgoCD the default provided vault auths for both transit and the default fail to apply.

This is because they are set to null when rendered by ArgoCD because the value has not been quoted to take into account for empty strings.

ArgoCD will render the namespace as

namespace: null

which fails to apply because the CRD says it must be a string.

This fix drops the namespace if its not set, which will fix this error for people using argocd with server side diff

When using server side diff with ArgoCD the default provided vault auths
for both transit and the default fail to apply.

This is because they are set to null when rendered by ArgoCD because the value has not been quoted to
take into account for empty strings.

ArgoCD will render the namespace as

```yaml
namespace: null
```

which fails to apply because the CRD says it must be a string.

This fix drops the namespace if its not set, which will fix this error
for people using argocd with server side diff
@owenhaynes owenhaynes requested a review from a team as a code owner March 21, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant