diff --git a/artifacts/flagger/crd.yaml b/artifacts/flagger/crd.yaml index 0fc6b2ac..68cabd96 100644 --- a/artifacts/flagger/crd.yaml +++ b/artifacts/flagger/crd.yaml @@ -499,42 +499,42 @@ spec: format: string type: string type: array - apex: - description: Metadata to add to the apex service + apex: + description: Metadata to add to the apex service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - primary: - description: Metadata to add to the primary service + additionalProperties: + type: string + annotations: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - canary: - description: Metadata to add to the canary service + additionalProperties: + type: string + primary: + description: Metadata to add to the primary service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string + canary: + description: Metadata to add to the canary service + type: object + properties: + labels: + type: object + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string skipAnalysis: description: Skip analysis and promote canary type: boolean diff --git a/charts/flagger/crds/crd.yaml b/charts/flagger/crds/crd.yaml index 0fc6b2ac..68cabd96 100644 --- a/charts/flagger/crds/crd.yaml +++ b/charts/flagger/crds/crd.yaml @@ -499,42 +499,42 @@ spec: format: string type: string type: array - apex: - description: Metadata to add to the apex service + apex: + description: Metadata to add to the apex service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - primary: - description: Metadata to add to the primary service + additionalProperties: + type: string + annotations: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - canary: - description: Metadata to add to the canary service + additionalProperties: + type: string + primary: + description: Metadata to add to the primary service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string + canary: + description: Metadata to add to the canary service + type: object + properties: + labels: + type: object + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string skipAnalysis: description: Skip analysis and promote canary type: boolean diff --git a/kustomize/base/flagger/crd.yaml b/kustomize/base/flagger/crd.yaml index 0fc6b2ac..68cabd96 100644 --- a/kustomize/base/flagger/crd.yaml +++ b/kustomize/base/flagger/crd.yaml @@ -499,42 +499,42 @@ spec: format: string type: string type: array - apex: - description: Metadata to add to the apex service + apex: + description: Metadata to add to the apex service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - primary: - description: Metadata to add to the primary service + additionalProperties: + type: string + annotations: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string - canary: - description: Metadata to add to the canary service + additionalProperties: + type: string + primary: + description: Metadata to add to the primary service + type: object + properties: + labels: type: object - properties: - labels: - type: object - additionalProperties: - type: string - annotations: - type: object - additionalProperties: - type: string + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string + canary: + description: Metadata to add to the canary service + type: object + properties: + labels: + type: object + additionalProperties: + type: string + annotations: + type: object + additionalProperties: + type: string skipAnalysis: description: Skip analysis and promote canary type: boolean