Skip to content

Commit

Permalink
fix: Update kustomization names to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Ogg committed Nov 3, 2023
1 parent 83b4874 commit b234563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/ai-navigator-app/0.2.0/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: ai-navigator-cluster-info-api
name: ai-navigator-cluster-info-api-helmrelease
namespace: ${releaseNamespace}
spec:
force: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: ai-navigator-cluster-info-agent
name: ai-navigator-cluster-info-agent-helmrelease
namespace: ${releaseNamespace}
spec:
force: false
Expand All @@ -16,5 +16,5 @@ spec:
kind: GitRepository
name: management
namespace: kommander-flux
timeout: 1m
timeout: 5m
wait: true

0 comments on commit b234563

Please sign in to comment.