Created
July 15, 2021 08:14
-
-
Save Skarlso/59addb6f91978a81e18c179668f3054b to your computer and use it in GitHub Desktop.
output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1 | |
kind: Kustomization | |
metadata: | |
creationTimestamp: null | |
name: pctl-profile-dependson-nginx-nginx-chart | |
namespace: default | |
spec: | |
dependsOn: | |
- name: pctl-profile-dependson-nginx-dependon | |
namespace: default | |
- name: pctl-profile-dependson-nginx-dependon2 | |
namespace: default | |
healthChecks: | |
- apiVersion: helm.toolkit.fluxcd.io/v2beta1 | |
kind: HelmRelease | |
name: pctl-profile-dependson-nginx-nginx-chart-managed | |
namespace: default | |
interval: 5m0s | |
path: install3/artifacts/nginx-chart/helm-chart | |
prune: true | |
sourceRef: | |
kind: GitRepository | |
name: flux-system | |
namespace: flux-system | |
targetNamespace: default | |
status: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree | |
. | |
├── artifacts | |
│ ├── dependon | |
│ │ ├── Kustomization.yaml | |
│ │ └── nginx | |
│ │ └── deployment | |
│ │ └── deployment.yaml | |
│ ├── dependon2 | |
│ │ ├── helm-chart | |
│ │ │ ├── ConfigMap.yaml | |
│ │ │ ├── HelmRelease.yaml | |
│ │ │ └── HelmRepository.yaml | |
│ │ ├── kustomization.yaml | |
│ │ └── kustomize-flux.yaml | |
│ └── nginx-chart | |
│ ├── helm-chart | |
│ │ ├── ConfigMap.yaml | |
│ │ ├── HelmRelease.yaml | |
│ │ └── HelmRepository.yaml | |
│ ├── kustomization.yaml | |
│ └── kustomize-flux.yaml | |
└── profile-installation.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment