Merge pull request #979 from stanislav-zaprudskiy/allow_skipping_labels_patching_on_awx_resource

Introduce `set_self_labels` in CRDs
This commit is contained in:
Shane McDonald
2022-07-20 12:41:20 -04:00
committed by GitHub
9 changed files with 24 additions and 0 deletions

View File

@@ -493,6 +493,10 @@ spec:
description: Should AWX instances be automatically upgraded when operator gets upgraded
type: boolean
default: true
set_self_labels:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean
default: true
type: object
status:
properties:

View File

@@ -58,6 +58,10 @@ spec:
no_log:
description: Configure no_log for no_log tasks
type: string
set_self_labels:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean
default: true
status:
type: object
properties:

View File

@@ -60,6 +60,10 @@ spec:
no_log:
description: Configure no_log for no_log tasks
type: string
set_self_labels:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean
default: true
status:
type: object
properties: