Aaron Layfield
Aaron Layfield
@imvalient I actually think GH ACtions was having problems the other day... Going to do what I can to get these running.
```Error: Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal number into Go struct field ObjectMeta.spec.template.metadata.annotations of type string ``` @imvalient Looks like its still broken....
@lord-kyron Yes, it's pretty common place to allow the service to be overwritten. No complaints here. The only thing I don't remember, do the endpointslice objects still get populated with...
@lord-kyron Yeah we'll just offer the same standardized templating most others do: https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/templates/service.yaml Prometheus example is probably overkill but does showcase how I'd approach this.
Workaround at present is to add your own role, this is a bug. It needs resolving.
Please reopen.
I've added a PR for this, would appreciate some feedback to see if you want this done a better way. I would like to get a nicer test setup for...
@xtremerui I think this might do the job especially as it's more native to Concourse. I'm on 6.0.0. Has the feature moved out of the experimental phase yet?
@funkypenguin I had a similar problem, you need to pass the key / crt generate by helm from the notary secret (probably `harbor-harbor-notary-secret`). The GCR library doesn't handle missing PEM...
@ananth07reddy @chenbh I have the same problem. One thing I am noticing, there is no way to pass the signers passphrase, which in my case, the signer I have generated...