Skip to content

Commit

Permalink
Add config.kubernetes.io/local-config to functions in function-export…
Browse files Browse the repository at this point in the history
…-blueprint
  • Loading branch information
ZhuGongpu committed Jul 30, 2020
1 parent ea5d5ad commit 6862e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-examples/function-export-blueprint/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ metadata:
config.k8s.io/function: |
container:
image: gcr.io/kpt-functions/label-namespace
config.kubernetes.io/local-config: "true"
data:
label_name: color
label_value: blue
Expand All @@ -32,3 +33,4 @@ metadata:
config.k8s.io/function: |
container:
image: gcr.io/kpt-functions/gatekeeper-validate
config.kubernetes.io/local-config: "true"

0 comments on commit 6862e33

Please sign in to comment.