Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Dec 20, 2024
1 parent 4f34b08 commit 2f7774f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions examples/helm-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
name: ingress-nginx-controller
namespace: nginx
data:
allow-snippet-annotations: 'false'
allow-snippet-annotations: "false"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -43,7 +43,7 @@ metadata:
name: ingress-nginx
rules:
- apiGroups:
- ''
- ""
resources:
- configmaps
- endpoints
Expand All @@ -62,13 +62,13 @@ rules:
- list
- watch
- apiGroups:
- ''
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- ''
- ""
resources:
- services
verbs:
Expand All @@ -84,7 +84,7 @@ rules:
- list
- watch
- apiGroups:
- ''
- ""
resources:
- events
verbs:
Expand Down Expand Up @@ -148,13 +148,13 @@ metadata:
namespace: nginx
rules:
- apiGroups:
- ''
- ""
resources:
- namespaces
verbs:
- get
- apiGroups:
- ''
- ""
resources:
- configmaps
- pods
Expand All @@ -165,7 +165,7 @@ rules:
- list
- watch
- apiGroups:
- ''
- ""
resources:
- services
verbs:
Expand Down Expand Up @@ -210,7 +210,7 @@ rules:
verbs:
- create
- apiGroups:
- ''
- ""
resources:
- events
verbs:
Expand Down Expand Up @@ -620,7 +620,7 @@ metadata:
app.kubernetes.io/component: admission-webhook
rules:
- apiGroups:
- ''
- ""
resources:
- secrets
verbs:
Expand Down Expand Up @@ -771,13 +771,13 @@ spec:
kubernetes.io/os: linux
---
apiVersion: v1
data:
key1: value1
key2: value2
kind: ConfigMap
metadata:
namespace: fooo
name: my-config-map
data:
key1: value1
key2: value2
---
apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 3 additions & 3 deletions examples/my-k8s-app/ConfigMap.my-config-map.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
data:
key1: value1
key2: value2
kind: ConfigMap
metadata:
namespace: fooo
name: my-config-map
data:
key1: value1
key2: value2

0 comments on commit 2f7774f

Please sign in to comment.