mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Merge pull request #4276 from natasha41575/fixFunctionSpec
fix function spec example
This commit is contained in:
@@ -245,8 +245,8 @@ items:
|
|||||||
labels:
|
labels:
|
||||||
app: wordpress
|
app: wordpress
|
||||||
annotations:
|
annotations:
|
||||||
config.kubernetes.io/index: "0"
|
internal.config.kubernetes.io/index: "0"
|
||||||
config.kubernetes.io/path: "service.yaml"
|
internal.config.kubernetes.io/path: "service.yaml"
|
||||||
spec: # Example comment
|
spec: # Example comment
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
@@ -271,8 +271,8 @@ items:
|
|||||||
labels:
|
labels:
|
||||||
app: wordpress
|
app: wordpress
|
||||||
annotations:
|
annotations:
|
||||||
config.kubernetes.io/index: "0"
|
internal.config.kubernetes.io/index: "0"
|
||||||
config.kubernetes.io/path: "service.yaml"
|
internal.config.kubernetes.io/path: "service.yaml"
|
||||||
spec: # Example comment
|
spec: # Example comment
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
Reference in New Issue
Block a user