mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 19:07:18 +00:00
28 lines
674 B
YAML
28 lines
674 B
YAML
|
|
apiVersion: addons.cluster.x-k8s.io/v1beta1
|
||
|
|
kind: ClusterResourceSet
|
||
|
|
metadata:
|
||
|
|
finalizers:
|
||
|
|
- addons.cluster.x-k8s.io
|
||
|
|
generation: 1
|
||
|
|
labels:
|
||
|
|
app.argocd.io/instance: clustername
|
||
|
|
name: clustername-resource-set
|
||
|
|
namespace: capi-managed-cluster
|
||
|
|
spec:
|
||
|
|
clusterSelector:
|
||
|
|
matchLabels:
|
||
|
|
clusterName: clustername
|
||
|
|
resources:
|
||
|
|
- kind: ConfigMap
|
||
|
|
name: clustername-default-rbac
|
||
|
|
strategy: ApplyOnce
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- lastTransitionTime: '2024-11-11T03:28:48Z'
|
||
|
|
message: "Failed to apply resources"
|
||
|
|
reason: RemoteClusterClientFailed
|
||
|
|
severity: Error
|
||
|
|
status: 'False'
|
||
|
|
type: ResourcesApplied
|
||
|
|
observedGeneration: 1
|