You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we get an error with the security context not matching any constraints:
```pods "opa-5867777fb9-" is forbidden: unable to validate against any
security context constraint: [provider "anyuid": Forbidden: not usable
by user or serviceaccount, provider "pipelines-scc": Forbidden: not
usable by user or serviceaccount,
spec.initContainers[0].securityContext.runAsUser: Invalid value:
1000810000: must be in the ranges: [1000860000, 1000869999],
spec.containers[0].securityContext.runAsUser: Invalid value: 1000810000:
must be in the ranges: [1000860000, 1000869999],
spec.containers[1].securityContext.runAsUser: Invalid value: 1000810000:
must be in the ranges: [1000860000, 1000869999], provider "restricted":
Forbidden: not usable by user or serviceaccount, provider
"container-build": Forbidden: not usable by user or serviceaccount,
provider "nonroot-v2": Forbidden: not usable by user or serviceaccount,
provider "nonroot": Forbidden: not usable by user or serviceaccount,
provider "hostmount-anyuid": Forbidden: not usable by user or
serviceaccount, provider "machine-api-termination-handler": Forbidden:
not usable by user or serviceaccount, provider "hostnetwork-v2":
Forbidden: not usable by user or serviceaccount, provider "hostnetwork":
Forbidden: not usable by user or serviceaccount, provider "hostaccess":
Forbidden: not usable by user or serviceaccount, provider
"node-exporter": Forbidden: not usable by user or serviceaccount,
provider "privileged": Forbidden: not usable by user or serviceaccount]```
The text was updated successfully, but these errors were encountered:
📝 Description
[... of the issue you're seeing in the content / tech demo exercises]
During the Supply chain Builds step it has us create our argocd app of apps.
Problem is that when we run it
(
data-mesh-pattern/gitops/argocd/cluster-dev/rainforest-ci-cd/fybrik-dev.yaml
Line 40 in 699ce55
we get an error with the security context not matching any constraints:
The text was updated successfully, but these errors were encountered: