Skip to content

Commit

Permalink
fix: remove default project
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent 82d505b commit 1ae3907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions chart/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ $.Values.serviceTree.landscape }}-{{ $.Values.serviceTree.cluster}}-{{ $k }}
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
{{- include "sulfoxide-carbon.annotations" $ | nindent 4 }}
argocd.argoproj.io/sync-wave: "{{ $v.sync }}"
labels:
{{- include "sulfoxide-carbon.labels" $ | nindent 4 }}
atomi.cloud/bootstrap-type: agnostic
spec:
project: {{ $.Values.projectName }}
source:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ serviceTree:
layer: "1"

revisionLimit: 3
projectName: default
projectName: bootstrap
destination: https://4236c1de-c493-465a-a5f6-be0535ad3ac1.k8s.ondigitalocean.com

virtualClusters: {}
Expand Down

0 comments on commit 1ae3907

Please sign in to comment.