Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
automagic committed Jan 14, 2025
1 parent 861771a commit 061a553
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ metadata:
labels:
app.kubernetes.io/instance: pulumi-application
annotations:
argocd.argoproj.io/sync-wave: "3"
argocd.argoproj.io/sync-wave: "3"
pulumi.com/reconciliation-request: "before-first-update"
link.argocd.argoproj.io/external-link: http://app.pulumi.com/my-org/my-prject/dev
spec:
Expand Down Expand Up @@ -460,7 +460,7 @@ metadata:
namespace: argocd
finalizers:
# note: the finalizer must be background to allow Pulumi to invoke the shutdown of the workspace (pulumi down)
- resources-finalizer.argocd.argoproj.io/background
- resources-finalizer.argocd.argoproj.io/background
spec:
destination:
namespace: default
Expand All @@ -479,8 +479,6 @@ Deploy in the usual way `kubectl apply -f application.yaml -n default`. ArgoCD

![ArgoCD PKO Example](/images/docs/reference/argocd/pko-example.png)



### Using a Program object

It is also possible to supply a Pulumi YAML program directly as a Kubernetes resource. A Program
Expand Down

0 comments on commit 061a553

Please sign in to comment.