Skip to content

Commit

Permalink
fix: kustomization metadata.name
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Dec 22, 2024
1 parent 4475cc3 commit c5b7ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/prod/databases/redis/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: &app cluster-app-redis
name: &app cluster-apps-redis
namespace: flux-system
labels:
substitution.flux.home.arpa/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/prod/observability/gatus/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app cluster-app-gatus
name: &app cluster-apps-gatus
namespace: flux-system
spec:
suspend: false
Expand Down

0 comments on commit c5b7ff1

Please sign in to comment.