Skip to content

Latest commit

 

History

History

cluster

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Deployed Clusters

Within the folders we describe each customisation for the cluster and the products that are deployed on it.

cluster links:

Description of products per cluster

The cluster folder contains all available clusters.

In the kustomization.yaml for each cluster we describe all the products with the declared permission level on the cluster.

Please add the new product-teams in alphabetical order of file kustomization.yaml based on their permission level.

Example: - ../../argocd/product-example/read-write - ../../argocd/product-example/read-only

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
# Mapping of all products on this cluster and its permission level here in example for read-only permissions
  - ../../argocd/product-example/read-only
#  - ../../argocd/product-example/read-write  would it be for only read-write permissions

Special variables for products in cluster folder

If there are special ressource variables for a product on the cluster we overwrite this within this folder cluster/<environment>/argocd-resource-patches

e.g Jwt token for product traceability-irs in int environment

patchesStrategicMerge:
    - argocd-resource-patches/project-traceability-irs.yaml