Skip to content

Commit

Permalink
deploy: d748c7a
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnativetoolkit committed Jul 8, 2023
1 parent b8e6f56 commit 4ec777a
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
123 changes: 123 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31204,6 +31204,129 @@ categories:
- tekton
- argocd
versions:
- platforms:
- kubernetes
- ocp4
providers:
- name: clis
source: cloud-native-toolkit/clis
dependencies:
- id: cluster
interface: github.com/cloud-native-toolkit/automation-modules#cluster
refs: []
- id: olm
refs:
- source: github.com/cloud-native-toolkit/terraform-k8s-olm
version: '>= 1.2.2'
- id: gitops_namespace
discriminator: openshift-gitops
refs:
- source: github.com/cloud-native-toolkit/terraform-k8s-namespace
version: '>= 2.1.0'
- id: sealed_secret_namespace
discriminator: sealed-secret
refs:
- source: github.com/cloud-native-toolkit/terraform-k8s-namespace
version: '>= 2.1.0'
- id: cert
refs:
- source: github.com/cloud-native-toolkit/terraform-util-sealed-secret-cert
version: '>= 0.0.0'
variables:
- name: cluster_config_file
type: string
description: Cluster config file for Kubernetes cluster.
moduleRef:
id: cluster
output: config_file_path
- name: cluster_type
type: string
description: The type of cluster (openshift or kubernetes)
moduleRef:
id: cluster
output: platform.type_code
- name: olm_namespace
type: string
description: Namespace where olm is installed
moduleRef:
id: olm
output: olm_namespace
- name: operator_namespace
type: string
description: Namespace where operators will be installed
moduleRef:
id: olm
output: target_namespace
- name: gitops_namespace
type: string
description: Namespace where OpenShift GitOps will be installed
default: ""
moduleRef:
id: gitops_namespace
output: name
value: openshift-gitops
- name: ingress_subdomain
type: string
description: The subdomain for ingresses in the cluster
default: ""
moduleRef:
id: cluster
output: platform.ingress
- name: tls_secret_name
type: string
description: The name of the secret that contains the ingress tls info
default: ""
moduleRef:
id: cluster
output: platform.tls_secret
- name: sealed_secret_cert
type: string
description: The certificate that will be used to encrypt sealed secrets. If not provided, a new one will be generated
default: ""
moduleRef:
id: cert
output: cert
- name: sealed_secret_private_key
type: string
description: The private key that will be used to decrypt sealed secrets. If not provided, a new one will be generated
default: ""
moduleRef:
id: cert
output: private_key
- name: sealed_secret_namespace
type: string
description: The namespace where the sealed secret will be deployed
default: sealed-secrets
moduleRef:
id: sealed_secret_namespace
output: name
value: sealed-secrets
version: v2.0.1
outputs:
- name: operator_namespace
description: The namespace where the operators were deployed
- name: operator_names
description: The namespace where the operators were deployed
- name: argocd_namespace
description: The namespace where the ArgoCD instance has been provisioned
- name: argocd_service_account
description: The namespace where the ArgoCD instance has been provisioned
- name: argocd_host
description: The ingress host for the Argo CD instance
sensitive: true
- name: argocd_url
description: The ingress url for the Argo CD instance
sensitive: true
- name: argocd_username
description: The username of the default ArgoCD admin user
- name: argocd_password
description: The password of the default ArgoCD admin user
sensitive: true
- name: sealed_secrets_private_key
sensitive: true
- name: sealed_secrets_cert
- name: sealed_secrets_namespace
- name: tekton_namespace
- platforms:
- kubernetes
- ocp4
Expand Down
1 change: 1 addition & 0 deletions summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ categories:
- tekton
- argocd
versions:
- v2.0.1
- v2.0.0
- v1.11.1
- v1.11.0
Expand Down

0 comments on commit 4ec777a

Please sign in to comment.