We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c21517 commit a416b7dCopy full SHA for a416b7d
examples/cm.yaml
@@ -1,16 +1,9 @@
1
apiVersion: v1
2
kind: ConfigMap
3
metadata:
4
- name: my-x
+ name: fourty-second-fib
5
labels:
6
- io.acme/kind: example
+ io.acme/kind: fibonacciinput
7
data:
8
config: |-
9
- color: blue
10
- memory: 128Mi
11
- cpu: 0.5
12
- env:
13
- - name: FOO
14
- value: bar
15
- - name: PATH
16
- value: /bin
+ input: 42
examples/cr.yaml
@@ -1,13 +1,6 @@
apiVersion: io.acme/v1
-kind: example
+kind: fibonacciinput
spec:
0 commit comments