From cd1de5e8dcb9d7a7643c19ff95c7e0465f09373d Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Thu, 22 Jun 2023 15:12:18 +0200 Subject: [PATCH] Add make update artifacts --- Dockerfile.local.debug.dev | 6 ++++++ .../cloudcredential_v1_operator_config_custresdef.yaml | 2 +- manifests/00-config-custresdef.yaml | 2 +- pkg/assets/bootstrap/bindata.go | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Dockerfile.local.debug.dev diff --git a/Dockerfile.local.debug.dev b/Dockerfile.local.debug.dev new file mode 100644 index 000000000..40c6dd4dc --- /dev/null +++ b/Dockerfile.local.debug.dev @@ -0,0 +1,6 @@ +FROM golang:1.20 AS builder +WORKDIR /go/src/github.com/openshift/cloud-credential-operator +COPY . . +ENV GO_PACKAGE github.com/openshift/cloud-credential-operator + +ENTRYPOINT [ "/bin/bash" ] diff --git a/bindata/bootstrap/cloudcredential_v1_operator_config_custresdef.yaml b/bindata/bootstrap/cloudcredential_v1_operator_config_custresdef.yaml index 0515ed8ff..c22035101 100644 --- a/bindata/bootstrap/cloudcredential_v1_operator_config_custresdef.yaml +++ b/bindata/bootstrap/cloudcredential_v1_operator_config_custresdef.yaml @@ -73,7 +73,7 @@ spec: - Trace - TraceAll unsupportedConfigOverrides: - description: 'unsupportedConfigOverrides holds a sparse config that will override any previously set options. It only needs to be the fields to override it will end up overlaying in the following order: 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' + description: unsupportedConfigOverrides overrides the final configuration that was computed by the operator. Red Hat does not support the use of this field. Misuse of this field could lead to unexpected behavior or conflict with other configuration options. Seek guidance from the Red Hat support before using this field. Use of this property blocks cluster upgrades, it must be removed before upgrading your cluster. type: object nullable: true x-kubernetes-preserve-unknown-fields: true diff --git a/manifests/00-config-custresdef.yaml b/manifests/00-config-custresdef.yaml index 0515ed8ff..c22035101 100644 --- a/manifests/00-config-custresdef.yaml +++ b/manifests/00-config-custresdef.yaml @@ -73,7 +73,7 @@ spec: - Trace - TraceAll unsupportedConfigOverrides: - description: 'unsupportedConfigOverrides holds a sparse config that will override any previously set options. It only needs to be the fields to override it will end up overlaying in the following order: 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' + description: unsupportedConfigOverrides overrides the final configuration that was computed by the operator. Red Hat does not support the use of this field. Misuse of this field could lead to unexpected behavior or conflict with other configuration options. Seek guidance from the Red Hat support before using this field. Use of this property blocks cluster upgrades, it must be removed before upgrading your cluster. type: object nullable: true x-kubernetes-preserve-unknown-fields: true diff --git a/pkg/assets/bootstrap/bindata.go b/pkg/assets/bootstrap/bindata.go index a6e9101d7..1b80849b7 100644 --- a/pkg/assets/bootstrap/bindata.go +++ b/pkg/assets/bootstrap/bindata.go @@ -324,7 +324,7 @@ spec: - Trace - TraceAll unsupportedConfigOverrides: - description: 'unsupportedConfigOverrides holds a sparse config that will override any previously set options. It only needs to be the fields to override it will end up overlaying in the following order: 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' + description: unsupportedConfigOverrides overrides the final configuration that was computed by the operator. Red Hat does not support the use of this field. Misuse of this field could lead to unexpected behavior or conflict with other configuration options. Seek guidance from the Red Hat support before using this field. Use of this property blocks cluster upgrades, it must be removed before upgrading your cluster. type: object nullable: true x-kubernetes-preserve-unknown-fields: true