Skip to content

Commit

Permalink
fix wrong namespace (must be made configurable)
Browse files Browse the repository at this point in the history
  • Loading branch information
achtsnits committed Jun 28, 2024
1 parent 59636ed commit fa84198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/eoepca-demo/provider-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: provider-kubernetes
namespace: crossplane-system
namespace: workspace
roleRef:
kind: ClusterRole
name: cluster-admin
Expand Down
2 changes: 1 addition & 1 deletion setup/eoepca-demo/provider-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
credentials:
apiSecretRef:
name: minio-secret
namespace: crossplane-system
namespace: workspace
source: InjectedIdentity
minioURL: https://minio.develop.eoepca.org

0 comments on commit fa84198

Please sign in to comment.