diff --git a/bootstrap/base/kustomization.yaml b/bootstrap/base/kustomization.yaml index cfc724fa..9cd8c9ae 100644 --- a/bootstrap/base/kustomization.yaml +++ b/bootstrap/base/kustomization.yaml @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../components/operators/sealed-secrets/operator/overlays/default - - ../../components/operators/openshift-gitops-operator/instance/overlays/default - - ../../components/configs/namespaces/base - - argocd-ssh-known-hosts-cm.yaml + # - ../../components/operators/openshift-gitops-operator/instance/overlays/default + # - ../../components/operators/sealed-secrets/operator/overlays/default + # - ../../components/configs/namespaces/base + # - argocd-ssh-known-hosts-cm.yaml # - sealed-secrets-secret.yaml diff --git a/bootstrap/base/argocd-ssh-known-hosts-cm.yaml b/components/operators/openshift-gitops-operator/instance/base/argocd-ssh-known-hosts-cm.yaml similarity index 93% rename from bootstrap/base/argocd-ssh-known-hosts-cm.yaml rename to components/operators/openshift-gitops-operator/instance/base/argocd-ssh-known-hosts-cm.yaml index edefed64..93e0c181 100644 --- a/bootstrap/base/argocd-ssh-known-hosts-cm.yaml +++ b/components/operators/openshift-gitops-operator/instance/base/argocd-ssh-known-hosts-cm.yaml @@ -2,11 +2,7 @@ apiVersion: v1 kind: ConfigMap metadata: labels: - app.kubernetes.io/managed-by: openshift-gitops - app.kubernetes.io/name: argocd-ssh-known-hosts-cm - app.kubernetes.io/part-of: argocd name: argocd-ssh-known-hosts-cm - namespace: openshift-gitops data: ssh_known_hosts: | bitbucket.org ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw== diff --git a/components/operators/openshift-gitops-operator/instance/base/kustomization.yaml b/components/operators/openshift-gitops-operator/instance/base/kustomization.yaml index e2c96a6f..2ac9cce5 100644 --- a/components/operators/openshift-gitops-operator/instance/base/kustomization.yaml +++ b/components/operators/openshift-gitops-operator/instance/base/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization namespace: openshift-gitops resources: +- argocd-ssh-known-hosts-cm.yaml - cluster-role-binding.yaml # - namespace.yaml - openshift-gitops-cr.yaml