Skip to content

Commit

Permalink
Fix example for KubeOps (#1215)
Browse files Browse the repository at this point in the history
`spec` needs to be a string

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
muffl0n and mergify[bot] committed Feb 2, 2022
1 parent 45b58cf commit 9e1fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ Example:
args:
operation: create
namespace: "{{ .Deployment.Namespace }}"
spec:
spec: |-
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 9e1fa1b

Please sign in to comment.