Skip to content
Merged

Dev #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
File renamed without changes.
13 changes: 6 additions & 7 deletions .github/workflows/deploy-applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ on:
options:
- dfa
- ige
- xump

target_environment:
description: "Environment"
Expand Down Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# macOS
.DS_Store
**/.DS_Store
.AppleDouble
.LSOverride

# macOS thumbnails / metadata
._*
.Spotlight-V100
.Trashes
37 changes: 0 additions & 37 deletions xump/dev/applicationset.yaml

This file was deleted.

Loading