Skip to content
#

operator-sdk

Here are 124 public repositories matching this topic...

litmus
sagikazarmark
sagikazarmark commented Apr 24, 2022

Is your feature request related to a problem? Please describe.
The kubernetes.io/ingress.class annotation is deprecated and replaced by the ingressClassName parameter in the latest ingress spec.

Describe the solution you'd like
Allow setting ingressClassName in ArgoCDIngressSpec. Setting ingressClassName should override any defaults that might be set currently.

**Addition

bug good first issue
kensipe
kensipe commented Mar 28, 2020

The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).

If the kuttl-test.yaml has a configuration for startControlPlane: true and the cli is started with --start-kind.... the cli override should start kind.

Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if no

good first issue help wanted
etsauer
etsauer commented Feb 20, 2019

Description of Issue

After go-config v0.7.0, our operator breaks on startup citing that there is no provider configured.

How to Reproduce

Update the following constraint in Gopkg.toml from 0.7.0 to any later release:

[[constraint]]
  name = "github.com/micro/go-config"
  version = "0.7.0"

Install dependencies and start operat

bug good first issue

Improve this page

Add a description, image, and links to the operator-sdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operator-sdk topic, visit your repo's landing page and select "manage topics."

Learn more