Skip to content

Commit

Permalink
Merge pull request #4276 from natasha41575/fixFunctionSpec
Browse files Browse the repository at this point in the history
fix function spec example
  • Loading branch information
k8s-ci-robot committed Nov 10, 2021
2 parents 3945670 + ca5d691 commit 86fb408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/config/docs/api-conventions/functions-spec.md
Expand Up @@ -245,8 +245,8 @@ items:
labels:
app: wordpress
annotations:
config.kubernetes.io/index: "0"
config.kubernetes.io/path: "service.yaml"
internal.config.kubernetes.io/index: "0"
internal.config.kubernetes.io/path: "service.yaml"
spec: # Example comment
type: LoadBalancer
selector:
Expand All @@ -271,8 +271,8 @@ items:
labels:
app: wordpress
annotations:
config.kubernetes.io/index: "0"
config.kubernetes.io/path: "service.yaml"
internal.config.kubernetes.io/index: "0"
internal.config.kubernetes.io/path: "service.yaml"
spec: # Example comment
type: LoadBalancer
selector:
Expand Down

0 comments on commit 86fb408

Please sign in to comment.