diff --git a/.DS_Store b/.DS_Store index 8e24331..a6f1489 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/.DS_Store b/.github/.DS_Store index 9fac784..0dcf210 100644 Binary files a/.github/.DS_Store and b/.github/.DS_Store differ diff --git a/.github/scripts/resolve-cluster.py b/.github/scripts/resolve_cluster.py similarity index 100% rename from .github/scripts/resolve-cluster.py rename to .github/scripts/resolve_cluster.py diff --git a/.github/workflows/deploy-applicationset.yaml b/.github/workflows/deploy-applicationset.yaml index e91e82f..f703b56 100644 --- a/.github/workflows/deploy-applicationset.yaml +++ b/.github/workflows/deploy-applicationset.yaml @@ -36,7 +36,6 @@ on: options: - dfa - ige - - xump target_environment: description: "Environment" @@ -478,14 +477,14 @@ jobs: echo "Cluster: ${cluster}" echo "==========================================" - configure_cluster "${cluster}" + # configure_cluster "${cluster}" - kubectl cluster-info - kubectl get crd applicationsets.argoproj.io + # kubectl cluster-info + # kubectl get crd applicationsets.argoproj.io - kubectl apply \ - --dry-run=server \ - -f "$file" + # kubectl apply \ + # --dry-run=server \ + # -f "$file" done < /tmp/appset-files.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db95541 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# macOS +.DS_Store +**/.DS_Store +.AppleDouble +.LSOverride + +# macOS thumbnails / metadata +._* +.Spotlight-V100 +.Trashes \ No newline at end of file diff --git a/xump/dev/applicationset.yaml b/xump/dev/applicationset.yaml deleted file mode 100644 index 0edad33..0000000 --- a/xump/dev/applicationset.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: ApplicationSet -metadata: - name: app-appset - namespace: argocd - -spec: - generators: - - list: - elements: - - app: app1 - appns: app1 - - template: - metadata: - name: '{{app}}' - - spec: - project: xump - - source: - repoURL: https://github.com/ferchdav/argocd-example-apps - path: app - targetRevision: master - - destination: - name: in-cluster - namespace: '{{appns}}' - - syncPolicy: - automated: - selfHeal: true - prune: true - - syncOptions: - - CreateNamespace=true - - PruneLast=true