-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest.yaml
More file actions
20 lines (19 loc) · 724 Bytes
/
Copy pathtest.yaml
File metadata and controls
20 lines (19 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
kind: MagicHappens
apiVersion: gptmagic.io/v1
metadata:
name: redis
spec:
description: "create a redis namespace, and inside the namespace, create a redis cluster, backed by a stateful set, along with a service"
# actually applies the yaml, defaults to true.
dryRun: false
# if you want, you can supply some yaml you want to modify here, the operator will fill this in if you don't
# include any
# expectedYaml: |
---
# kind: MagicHappens
# apiVersion: gptmagic.io/v1
# metadata:
# name: kyverno
# spec:
# description: "an argocd application in the argocd namespace that installs kyverno from the helm chart, with default settings and set to auto sync and autohea, and automatically create namespace"