Dionisio Pozo
Dionisio Pozo
The mdbook serve command is supposed to watch your files for changes and automatically rebuild your book, but there are known issues with file changes not being detected when those...
I am having the same issue
I am having the same issue. Kind regards
How is the status of this feature?
I am having the same issue. How to fix it ? I would like to fixed it. @cmroche
I am having the same error
@AndreiDoroftei i use this method: operator:privateRegistryScanSecretsNames: { "monitoring": "trivy-auth" } but i am still having this issue. This is my terraform helm: serviceMonitor: enabled: true trivy: ignoreUnfixed: true operator: privateRegistryScanSecretsNames:...
> @dioni-dev can you please share logs with error if you have any and how you create the secret ? @chen-keinan Sure: `{"level":"info","ts":1604949462.0904198,"logger":"controller","msg":"Starting Controller","reconcilerGroup":"batch","reconcilerKind":"Job","controller":"job"} {"level":"info","ts":1604949462.090432,"logger":"controller","msg":"Starting workers","reconcilerGroup":"batch","reconcilerKind":"Job","controller":"job","worker count":1} {"level":"error","ts":1604949471.7839265,"logger":"controller.job","msg":"Scan job container","job":"starboard-operator/2b1b65b9-e131-4e13-9601-68fa1eb3cab6","container":"platform-pnrhelperservice","status.reason":"Error","status.message":"2020-11-09T19:17:51.225Z\t\u001b[31mFATAL\u001b[0m\tunable...
> > @chen-keinan Nope, I am using this in the end: `operator:privateRegistryScanSecretsNames: { "monitoring": "trivy-auth" }` > > is this option works for you ? No, it doesn't work, i...
> > I create the secret like this: kubectl create secret docker-registry my-docker-creds --docker-server=.azurecr.io --docker-username= --docker-password= --docker-email= > > My environment is Azure. I am running the last Trivy Operator...