Skip to content

Commit

Permalink
Fix k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 2, 2024
1 parent 1968135 commit 2184ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
resources:
# - clowder_config.yaml
resources:
- manager.yaml
- metrics_service.yaml

patchesStrategicMerge:
- deployment_label.yaml

generatorOptions:
disableNameSuffixHash: true
Expand All @@ -19,3 +17,5 @@ images:
- name: controller
newName: 127.0.0.1:5000/clowder
newTag: b7db066
patches:
- path: deployment_label.yaml

0 comments on commit 2184ec6

Please sign in to comment.