Skip to content

OpsMx/standard-gitops-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOps repo for use with ISD installation

Instructions for installing ISD are available here. ISD quick start for developers is here and Quick start guide is here

This folder contains files required for gitops-style halyard

config, halyard.yaml and default(directory) : The init script copies them to go into .hal directory of the halyard pod after some processing and replacing the secrets. Typically, you do not need to modify any of these files. Simple copy them into your own repo.

SAMPLES/values-yamls This folder contains sample various "values.yaml" files for use with the helm install. We recommend starting with "easy-valyes.yaml" for installing ISD for the 1st time.

SAMPLES/agent-config This folder contains sample agent secrivce configuration files, if you are using the agent/controller functionality.

MISC This folder contains some support scripts and yamls. Notably:

secret-decoder.sh: This file allows for placing references to k8s secrets in values.yaml files so that the file can be checked into a repo

create-sample-job.yaml: A k8s job yaml to manually create samplepp application that contains to a number of example pipelines, a very easy place to start.

isd-autoconfig-job.yaml: In case autoconfiguration fails during the installation, this job can be executed to attempt autoconfiguration once again.

delete-install.sh: Force remove ISD installed objects from k8s