10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# This is not intended to be a working kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- irrelevant.yaml
|
|
images:
|
|
- name: container
|
|
newName: index.repo.fake/updated # {"$imagepolicy": "automation-ns:policy:name"}
|
|
newTag: v1.0.1 # {"$imagepolicy": "automation-ns:policy:tag"}
|