Skip to content

Commit

Permalink
More descriptive values for replaced fields
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Spreitzer <[email protected]>
  • Loading branch information
MikeSpreitzer committed May 23, 2024
1 parent 160727c commit 0b205fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: ko.local/ocm-status-addon
newTag: to_be_replaced
newName: edited by `make chart`
newTag: edited by `make chart`

replacements:
- source:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
memory: 64Mi
env:
- name: STATUS_ADDDON_IMAGE_NAME
value: STATUS_ADDDON_IMAGE_NAME_PLACEHOLDER
value: replaced by kustomization.yaml
args:
- "controller"
- --v={{.Values.controller.verbosity}}
Expand Down

0 comments on commit 0b205fb

Please sign in to comment.