diff --git a/chart/drupal-operations/templates/clear-cache.yaml b/chart/drupal-operations/templates/clear-cache.yaml index 36d16fba24aa2baf8d1661d3515d765bbb77418c..8438d353d5f4dd5c23996c4fa6e0aa728406fc8a 100644 --- a/chart/drupal-operations/templates/clear-cache.yaml +++ b/chart/drupal-operations/templates/clear-cache.yaml @@ -6,6 +6,9 @@ metadata: app: drupal annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous + # ArgoCD needs to wait until the SupportedDrupalVersions CRD has been deployed by another ArgoCD application + # before creating this custom resource. + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: params: - name: drupalSite diff --git a/chart/drupal-operations/templates/database-restore.yaml b/chart/drupal-operations/templates/database-restore.yaml index 699426ae0b40bf0df68de17775f95d7ebf225d99..e3ff6359e2cccfd0de3d0b4eee19ba3f961117a4 100644 --- a/chart/drupal-operations/templates/database-restore.yaml +++ b/chart/drupal-operations/templates/database-restore.yaml @@ -6,6 +6,9 @@ metadata: app: drupal annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous + # ArgoCD needs to wait until the SupportedDrupalVersions CRD has been deployed by another ArgoCD application + # before creating this custom resource. + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: params: - name: drupalSite diff --git a/chart/drupal-operations/templates/drupalsite-backup.yaml b/chart/drupal-operations/templates/drupalsite-backup.yaml index 964d32a393cc3b6f4534201e493123bbb2a00842..03d98774185fd75c3bc8fa6df571b62bde8fc750 100644 --- a/chart/drupal-operations/templates/drupalsite-backup.yaml +++ b/chart/drupal-operations/templates/drupalsite-backup.yaml @@ -6,6 +6,9 @@ metadata: app: drupal annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous + # ArgoCD needs to wait until the SupportedDrupalVersions CRD has been deployed by another ArgoCD application + # before creating this custom resource. + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: params: - name: drupalSite diff --git a/chart/drupal-operations/templates/drupalsite-restore.yaml b/chart/drupal-operations/templates/drupalsite-restore.yaml index a185c0828902fcf4393cacabc660de0d0d03673f..9831e85f82d751d4b4811bb441d3f79f4743bc5b 100644 --- a/chart/drupal-operations/templates/drupalsite-restore.yaml +++ b/chart/drupal-operations/templates/drupalsite-restore.yaml @@ -6,6 +6,9 @@ metadata: app: drupal annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous + # ArgoCD needs to wait until the SupportedDrupalVersions CRD has been deployed by another ArgoCD application + # before creating this custom resource. + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true spec: params: - name: drupalSite