Skip to content

Commit

Permalink
remove configmap from kubernetes/gcp/system.yaml (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 17, 2023
1 parent 4eb846e commit 549c7d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion config/install-gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace: substratus

resources:
- ./namespace.yaml
- ./config.yaml
- ../crd
- ../rbac
- ../manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: substratus
data:
CLOUD: gcp
# ARTIFACT_BUCKET_URL: tar:///bucket auto configured
# ARTIFACT_BUCKET_URL: gs://$PROJECT_ID-substratus-artifacts auto configured
# REGISTRY_URL: us-central1-docker.pkg.dev/my-project/substratus # auto configured
# CLUSTER_NAME: substratus auto configured
# PRINCIPAL: substratus@my-project.iam.gserviceaccount.com auto configured
Expand Down
1 change: 1 addition & 0 deletions config/skaffold-gcp/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resources:
- ./config.yaml
- ../install-gcp
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down
8 changes: 0 additions & 8 deletions install/kubernetes/gcp/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,14 +1457,6 @@ subjects:
namespace: substratus
---
apiVersion: v1
data:
CLOUD: gcp
kind: ConfigMap
metadata:
name: system
namespace: substratus
---
apiVersion: v1
kind: Service
metadata:
labels:
Expand Down

0 comments on commit 549c7d2

Please sign in to comment.