Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Kustomization yaml file has the path as metadata.name #151

Closed
josecordaz opened this issue May 13, 2021 · 0 comments · Fixed by #153
Closed

Kustomization yaml file has the path as metadata.name #151

josecordaz opened this issue May 13, 2021 · 0 comments · Fixed by #153
Assignees

Comments

@josecordaz
Copy link
Contributor

Describe the bug
Kustomize manifest does not have the right value for name in metadata. It seems it is using the path instead.

Expected behavior
A repo name should be in metadata.Name field

Screenshots

---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
  name: ./
  namespace: wego-system
spec:
  interval: 5m0s
  path: ./k3d-wego-add-app-wego-tmp-dir741533447
  prune: true
  sourceRef:
    kind: GitRepository
    name: k3d-wego-add-app-wego-tmp-dir741533447
  validation: client
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 a pull request may close this issue.

1 participant