Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Feb 25, 2024
1 parent 48530d2 commit fc0c4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argocd/broken-apps/broken-pod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: broken-network
name: broken-pod
# You'll usually want to add your resources to the argocd namespace.
namespace: argocd
# Add this finalizer ONLY if you want these to cascade delete.
Expand All @@ -12,7 +12,7 @@ metadata:
# - resources-finalizer.argocd.argoproj.io/background
# Add labels to your application object.
labels:
name: broken-network
name: broken-pod
spec:
project: terraform-argocd-project
source:
Expand Down

0 comments on commit fc0c4df

Please sign in to comment.