Miles
Miles
I'm new to this, what is the rationale for managing multiple clusters from the single kubernetes instance rather than configuring jenkins on each instance? You can still abstract out all...
@felipecrs, The chart does support mounting the controller's jobs directory using a PertistentVolumeClaim, so if you already have that stored somewhere that's a possibility. However, the goal of this helm...
had to add some extensive if logic to include the original security settings in a variety of cases. Seems like this is an issue in helm `3.8.2` but not `3.9`,...
Simplified logic to let the apiToken default live in the `values.yaml` file. Added info about the new field to the values file as well as the values summary readme. Adding...
Are you configuring through jcasc? If so, can you paste your casc?
@shanemcd I've created this PR at the request of @nickjmv, referenced [here](https://github.com/ansible/awx-operator/pull/963#issuecomment-1236657522). However, I'm brushing up against the problem of reinventing the wheel, since the CRD for awx-operator handles some...
Hi @shanemcd, I appreciate it. I started development on this ticket in response to a request from @nickjmv, and only realized that I will hit a wall once I had...
I can take a more in-depth look into how chart-releaser works, but at a surface level I'd agree that it's an issue with the index yaml. I'll follow up once...
@janorn or @rooftopcellist in case you want to pick up on this, it does seem possible that we could use chart releaser to make our releases way easier, it will...
Updating to reinforce how easy this is once it's working. I have a [sandbox repo](https://github.com/miles-w-3/chart-sandbox/blob/gh-pages/index.yaml) with a dummy helm chart, all it took was me adding the action which calls...