Skip to content

Commit

Permalink
#22 Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Jan 24, 2024
1 parent d7baee5 commit cd93cea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions samples/k8s_v1_blueprint_dry_run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: k8s.cloudogu.com/v1
kind: Blueprint
metadata:
labels:
app.kubernetes.io/name: blueprint
app.kubernetes.io/instance: blueprint-sample
app.kubernetes.io/part-of: k8s-blueprint-operator
app.kubernetes.io/created-by: k8s-blueprint-operator
name: blueprint-sample-dry-run
spec:
blueprint: |
{"blueprintApi":"v2","dogus":[{"name":"official/postgresql","version":"12.15-2","targetState":"present"}]}
blueprintMask: |
{"blueprintMaskApi":"v1"}
ignoreDoguHealth: false
allowDoguNamespaceSwitch: false
dryRun: true

0 comments on commit cd93cea

Please sign in to comment.