You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
I've created, what I believe should deploy all appliactions found in a Git repo... But Argocd happliy claims it sattisfied with only creating an Argocd Application, without ever creating any pods. I
What Am I doing wrong? I'm running Argocd Operator 0.10 on OCP4 with Argocd v.2.2.2.
Top Application
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-set-test-hello-world
# You'll usually want to add your resources to the argocd namespace.
namespace: argocd
# Add a this finalizer ONLY if you want these to cascade delete.
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
# The project the application belongs to.
project: default
source:
repoURL: ssh://git@bitbucket.xyz.se:7999/team-cicd/deploy-hello-world.git
targetRevision: HEAD
path: applicationsets
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated: {}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've created, what I believe should deploy all appliactions found in a Git repo... But Argocd happliy claims it sattisfied with only creating an Argocd Application, without ever creating any pods. I
What Am I doing wrong? I'm running Argocd Operator 0.10 on OCP4 with Argocd v.2.2.2.
Top Application
Top App calls this one ....
Hello world is the standard Helm Hello World found at https://helm.github.io/examples
The log only tells me that:
What have I missed??
Beta Was this translation helpful? Give feedback.
All reactions