Skip to content

Latest commit

 

History

History

gitops

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Future SIR GitOps Manifests

This repository contains the configuration and application manifests used to manage both the production and non-production Future SIR Kubernetes clusters.

Requirements

This project has been tested with the following toolchain:

Tool Version
Kubectl ≥ 1.29.x
Kustomize ≥ 5.0.x

Running the project

  1. Clone this repository to your local development environment.

  2. Navigate to the future-sir-gitops directory.

  3. Run the following command to apply the kustomize manifests to the target environment:

    kubectl --kubeconfig {path-to-kubeconfig} apply \
            --kustomize ./overlays/{target-environment}