File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ kind: AWX
5
5
metadata :
6
6
name : {{ .name }}
7
7
namespace : {{ $.Release.Namespace }}
8
+ {{- with .labels }}
9
+ labels :
10
+ {{ . | toYaml }}
11
+ {{- end }}
12
+ {{- with .annotations }}
13
+ labels :
14
+ {{ . | toYaml }}
15
+ {{- end }}
8
16
spec :
9
17
{{- /* Provide custom persistent volumes configs if enabled */}}
10
18
{{- include "spec.storageClassNames" $ }}
Original file line number Diff line number Diff line change 252
252
|---|---|---|
253
253
| `AWX.enabled` | Enable this AWX resource configuration | `false` |
254
254
| `AWX.name` | The name of the AWX resource and default prefix for other resources | `"awx"` |
255
+ | `AWX.annotations` | add annotations to the AWX resource | `{}` |
256
+ | `AWX.labels` | add labels to the AWX resource | `{}` |
255
257
| `AWX.spec` | specs to directly configure the AWX resource | `{}` |
256
258
| `AWX.postgres` | configurations for the external postgres secret | - |
257
259
You can’t perform that action at this time.
0 commit comments