-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prashant singh <[email protected]>
- Loading branch information
1 parent
90d2cf9
commit 2306884
Showing
160 changed files
with
1,260 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ository/testdata/app-parameters1939019291/app-parameters/multi/.argocd-source-broken.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
aloi | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
3 changes: 3 additions & 0 deletions
3
...sitory/testdata/app-parameters1939019291/app-parameters/multi/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
6 changes: 6 additions & 0 deletions
6
...ry/testdata/app-parameters1939019291/app-parameters/multi/.argocd-source-unmergeable.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
repo: https://somewhere | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 | ||
invalid: | ||
- I don't know |
3 changes: 3 additions & 0 deletions
3
...ver/repository/testdata/app-parameters1939019291/app-parameters/multi/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
18 changes: 18 additions & 0 deletions
18
reposerver/repository/testdata/app-parameters1939019291/app-parameters/multi/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...rver/repository/testdata/app-parameters1939019291/app-parameters/multi/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
3 changes: 3 additions & 0 deletions
3
...tdata/app-parameters1939019291/app-parameters/single-app-only/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
18 changes: 18 additions & 0 deletions
18
...epository/testdata/app-parameters1939019291/app-parameters/single-app-only/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...itory/testdata/app-parameters1939019291/app-parameters/single-app-only/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
4 changes: 4 additions & 0 deletions
4
...y/testdata/app-parameters1939019291/app-parameters/single-global-helm/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
helm: | ||
parameters: | ||
- name: image.tag | ||
value: '0.2' |
2 changes: 2 additions & 0 deletions
2
...repository/testdata/app-parameters1939019291/app-parameters/single-global-helm/Chart.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: my-chart | ||
version: 1.1.0 |
18 changes: 18 additions & 0 deletions
18
...data/app-parameters1939019291/app-parameters/single-global-helm/templates/deployment.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:{{.Values.image.tag}} | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
2 changes: 2 additions & 0 deletions
2
...epository/testdata/app-parameters1939019291/app-parameters/single-global-helm/values.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
image: | ||
tag: 0.1 |
3 changes: 3 additions & 0 deletions
3
...sitory/testdata/app-parameters1939019291/app-parameters/single-global/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
18 changes: 18 additions & 0 deletions
18
.../repository/testdata/app-parameters1939019291/app-parameters/single-global/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...ository/testdata/app-parameters1939019291/app-parameters/single-global/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
4 changes: 4 additions & 0 deletions
4
...ository/testdata/app-parameters2016679159/app-parameters/multi/.argocd-source-broken.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
aloi | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
3 changes: 3 additions & 0 deletions
3
...sitory/testdata/app-parameters2016679159/app-parameters/multi/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
6 changes: 6 additions & 0 deletions
6
...ry/testdata/app-parameters2016679159/app-parameters/multi/.argocd-source-unmergeable.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
repo: https://somewhere | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 | ||
invalid: | ||
- I don't know |
3 changes: 3 additions & 0 deletions
3
...ver/repository/testdata/app-parameters2016679159/app-parameters/multi/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
18 changes: 18 additions & 0 deletions
18
reposerver/repository/testdata/app-parameters2016679159/app-parameters/multi/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...rver/repository/testdata/app-parameters2016679159/app-parameters/multi/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
3 changes: 3 additions & 0 deletions
3
...tdata/app-parameters2016679159/app-parameters/single-app-only/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
18 changes: 18 additions & 0 deletions
18
...epository/testdata/app-parameters2016679159/app-parameters/single-app-only/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...itory/testdata/app-parameters2016679159/app-parameters/single-app-only/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
4 changes: 4 additions & 0 deletions
4
...y/testdata/app-parameters2016679159/app-parameters/single-global-helm/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
helm: | ||
parameters: | ||
- name: image.tag | ||
value: '0.2' |
2 changes: 2 additions & 0 deletions
2
...repository/testdata/app-parameters2016679159/app-parameters/single-global-helm/Chart.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: my-chart | ||
version: 1.1.0 |
18 changes: 18 additions & 0 deletions
18
...data/app-parameters2016679159/app-parameters/single-global-helm/templates/deployment.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:{{.Values.image.tag}} | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
2 changes: 2 additions & 0 deletions
2
...epository/testdata/app-parameters2016679159/app-parameters/single-global-helm/values.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
image: | ||
tag: 0.1 |
3 changes: 3 additions & 0 deletions
3
...sitory/testdata/app-parameters2016679159/app-parameters/single-global/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
18 changes: 18 additions & 0 deletions
18
.../repository/testdata/app-parameters2016679159/app-parameters/single-global/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...ository/testdata/app-parameters2016679159/app-parameters/single-global/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
4 changes: 4 additions & 0 deletions
4
...ository/testdata/app-parameters2804266222/app-parameters/multi/.argocd-source-broken.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
aloi | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
3 changes: 3 additions & 0 deletions
3
...sitory/testdata/app-parameters2804266222/app-parameters/multi/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
6 changes: 6 additions & 0 deletions
6
...ry/testdata/app-parameters2804266222/app-parameters/multi/.argocd-source-unmergeable.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
repo: https://somewhere | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 | ||
invalid: | ||
- I don't know |
3 changes: 3 additions & 0 deletions
3
...ver/repository/testdata/app-parameters2804266222/app-parameters/multi/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.2 |
18 changes: 18 additions & 0 deletions
18
reposerver/repository/testdata/app-parameters2804266222/app-parameters/multi/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...rver/repository/testdata/app-parameters2804266222/app-parameters/multi/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
3 changes: 3 additions & 0 deletions
3
...tdata/app-parameters2804266222/app-parameters/single-app-only/.argocd-source-testapp.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kustomize: | ||
images: | ||
- gcr.io/heptio-images/ks-guestbook-demo:0.3 |
18 changes: 18 additions & 0 deletions
18
...epository/testdata/app-parameters2804266222/app-parameters/single-app-only/guestbook.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1 | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
8 changes: 8 additions & 0 deletions
8
...itory/testdata/app-parameters2804266222/app-parameters/single-app-only/kustomization.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- guestbook.yaml | ||
images: | ||
- name: gcr.io/heptio-images/ks-guestbook-demo | ||
newTag: "0.1" |
4 changes: 4 additions & 0 deletions
4
...y/testdata/app-parameters2804266222/app-parameters/single-global-helm/.argocd-source.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
helm: | ||
parameters: | ||
- name: image.tag | ||
value: '0.2' |
2 changes: 2 additions & 0 deletions
2
...repository/testdata/app-parameters2804266222/app-parameters/single-global-helm/Chart.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: my-chart | ||
version: 1.1.0 |
18 changes: 18 additions & 0 deletions
18
...data/app-parameters2804266222/app-parameters/single-global-helm/templates/deployment.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: guestbook-ui | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: guestbook-ui | ||
template: | ||
metadata: | ||
labels: | ||
app: guestbook-ui | ||
spec: | ||
containers: | ||
- image: gcr.io/heptio-images/ks-guestbook-demo:{{.Values.image.tag}} | ||
name: guestbook-ui | ||
ports: | ||
- containerPort: 81 |
Oops, something went wrong.