Add missing annotation to plugin config docs
Currently gates are broken because of the missing annotations related to the changes of how we now invoke kustomize plugins Related-To: #382 Closes: #382 Change-Id: I055608e361b4ac2573cc118930092760cfffcceb
This commit is contained in:
parent
f60458a6a8
commit
560370dfac
manifests
function/helm-operator/replacements
site/test-site/target/workers/replacements
@ -3,6 +3,10 @@ apiVersion: airshipit.org/v1alpha1
|
||||
kind: ReplacementTransformer
|
||||
metadata:
|
||||
name: helm-operator-env-vars-replacements
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
container:
|
||||
image: quay.io/airshipit/replacement-transformer:dev
|
||||
replacements:
|
||||
# Replace the proxy vars
|
||||
- source:
|
||||
|
@ -3,6 +3,10 @@ apiVersion: airshipit.org/v1alpha1
|
||||
kind: ReplacementTransformer
|
||||
metadata:
|
||||
name: workers-env-vars-replacements
|
||||
annotations:
|
||||
config.kubernetes.io/function: |-
|
||||
container:
|
||||
image: quay.io/airshipit/replacement-transformer:dev
|
||||
replacements:
|
||||
# Replace the proxy vars
|
||||
- source:
|
||||
|
Loading…
x
Reference in New Issue
Block a user