Newer
Older
KubernetesApplication / OktaDemo / kustomization.yaml
@yangyang xie yangyang xie on 31 Aug 2022 255 bytes add more k8s bundle
kind: Kustomization
resources:
- namespace.yaml
- secret.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
namespace: demo

images:
- name: okta-oauth
  newName: docker.jerxie.com/okta-oauth
  newTag: latest
apiVersion: kustomize.config.k8s.io/v1beta1