rudy
22231f791f
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good
22 lines
449 B
YAML
22 lines
449 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: hydra-sql-dev
|
|
|
|
resources:
|
|
- ../../base
|
|
- resources/namespace.yaml
|
|
- resources/ingress.yaml
|
|
|
|
patches:
|
|
- path: patches/update-replicas-for-hydra-sql.yaml
|
|
- path: patches/add-registry-pull-secret.yaml
|
|
target:
|
|
kind: Deployment
|
|
version: v1
|
|
|
|
secretGenerator:
|
|
- files:
|
|
- secrets/dockerconfig/.dockerconfigjson
|
|
name: regcred-dev
|
|
type: kubernetes.io/dockerconfigjson
|