ecout

Results 18 comments of ecout

@datacticapertti Did you use the correct image name for the deployment? spec: serviceAccountName: aws-secret-operator containers: - name: aws-secret-operator # Replace this with the built image name image: **mumoshu/aws-secret-operator:v0.1.0** ports: -...

@datacticapertti FYI, I had to BUILD and Push 0.2.4 to my own ECR Repository to get it to work. There's no image with tag v0.2.4 in the repository listed in...

This manifest: ``` apiVersion: mumoshu.github.io/v1alpha1 kind: AWSSecret metadata: name: test.secrets spec: stringDataFrom: secretsManagerSecretRef: secretId: test/secrets ``` triggers this log: ``` {"level":"info","ts":1584729207.022961,"logger":"controller_awssecret","caller":"awssecret/awssecret_controller.go:115","msg":"Secret does not exist, Creating a new Secret","Request.Namespace":"test","Request.Name":"test.secrets","desired.Namespace":"test","desired.Name":"test.secrets"} {"level":"info","ts":1584729207.032896,"logger":"controller_awssecret","caller":"awssecret/awssecret_controller.go:122","msg":"Secret Created...

> was built from sources by our cloud support team. I agree that the behavior is quite reasonable, and in some use cases even desirable. My proposed fix would be...

@datacticapertti https://github.com/mumoshu/aws-secret-operator/compare/master...ecout:patch-2 Pull request created.

@ghostsquad +1 Here. I simply used a JSON map and still got this one. ``` {"level":"error","ts":1584478355.4803984,"logger":"kubebuilder.controller","caller":"controller/controller.go:209","msg":"Reconciler error","Controller":"awssecret-controller","Request":"event/event.secrets","error":"failed to compute secret for cr: failed to get json secret as map: invalid...

> > This is a big problem for us. We want to run gh runner in docker to easier scaling and isolation. But we need to also run services for...

The main issue I see with all this is access to docker.sock...the whole docker in docker with root access scenario. https://github.com/myoung34/docker-github-actions-runner/issues/61 From the examples mentioned here: https://github.com/actions/runner/issues/367#issuecomment-597742895 You can try...