mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
set transformer annotation when the option is specified
This commit is contained in:
@@ -1506,7 +1506,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: clown
|
||||
annotations:
|
||||
config.kubernetes.io/transformations: |
|
||||
alpha.config.kubernetes.io/transformations: |
|
||||
- repo: github.com/myrepo
|
||||
ref: master
|
||||
configuredIn: config.yaml
|
||||
@@ -1524,7 +1524,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: clown
|
||||
annotations:
|
||||
config.kubernetes.io/transformations: |
|
||||
alpha.config.kubernetes.io/transformations: |
|
||||
- repo: github.com/myrepo
|
||||
ref: master
|
||||
configuredIn: config.yaml
|
||||
|
||||
Reference in New Issue
Block a user