文件名称:welcome-deploy:Welcome-App应用程序的部署清单
文件大小:17KB
文件格式:ZIP
更新时间:2024-03-31 05:07:11
欢迎应用程序部署 部署清单。 安装ArgoCD 安装操作员 oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-operator-install 安装实例 until oc apply -k https://github.com/RedHatWorkshops/argocd-getting-started/resources/manifests/argocd-instance do ; sleep 3 ; done 安装密封的秘密 使用Kustomzie安装它。 这会将其安装在sealed-secrets名称空间中。 oc apply -k https://github.com/christianh814/openshift-cluster-c
【文件预览】:
welcome-deploy-main
----cicd()
--------argocd()
--------tekton()
----overlays()
--------prod()
--------dev()
----README.md(989B)
----base()
--------route.yaml(242B)
--------deployment.yaml(417B)
--------service.yaml(245B)
--------kustomization.yaml(57B)