forked from Textualize/trogon
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompose.kustomization.yaml
More file actions
38 lines (33 loc) · 757 Bytes
/
compose.kustomization.yaml
File metadata and controls
38 lines (33 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
# namespace: default
# namePrefix: dev-
# nameSuffix: "-001"
# labels:
# - pairs:
# someName: someValue
# owner: alice
# app: bingo
# includeSelectors: true # <-- false by default
# includeTemplates: true # <-- false by default
commonAnnotations:
oncallPager: 800-555-1212
patches:
- target:
kind: ServiceAccount
patch: |-
- op: add
path: /imagePullSecrets
value:
- name: docker-registry-pull-secrets
# images:
# - name: nginx
# newName: my.image.registry/nginx
# newTag: 1.4.0
# replacements:
# - source:
# kind: Deployment
# fieldPath: metadata.name
# targets:
# - select:
# name: my-resource