Skip to content

Commit

Permalink
Merge pull request #971 from spack/gantry-kustomization
Browse files Browse the repository at this point in the history
Add staging kustomization for spack-gantry
  • Loading branch information
mvandenburgh authored Oct 17, 2024
2 parents e1d109c + be490e2 commit 0d505c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/staging/spack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../production/spack/namespace.yaml
- ../../production/spack/gantry-spack-io/services.yaml
- ../../production/spack/gantry-spack-io/stateful-sets.yaml

patches:
- target:
kind: StatefulSet
name: spack-gantry
namespace: spack
patch: |-
- op: replace
path: /spec/template/spec/containers/0/env/1/value
value: https://gitlab.staging.spack.io/api/v4/projects/8

0 comments on commit 0d505c3

Please sign in to comment.