Skip to content

Commit

Permalink
update: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 10, 2023
1 parent 7850a13 commit f4d279a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bootstrap/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4d279a

Please sign in to comment.