Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
tekton-postgresql
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e5309b4b
authored
2022-02-22 13:08:19 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Finish up the result setting.
1 parent
f3c5b19f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
task-postgresql-pod.yaml
task-postgresql-pod.yaml
View file @
e5309b4
...
...
@@ -15,8 +15,8 @@ spec:
default: bash
- name: kustomize-image
default: us.gcr.io/k8s-artifacts-prod/kustomize/kustomize:v4.5.2
#
results:
# - name: job
-name
results:
- name: service
-name
volumes:
- name: task-postgresql-pod-kustomization
configMap:
...
...
@@ -69,7 +69,7 @@ spec:
#!/usr/bin/env bash
set -ex
kubectl create -f /workspace/postgresql-pod.yaml -o jsonpath --template '{.metadata.name}'/ >
/workspace/create-output.json
cat /workspace/create-output.json
kubectl create -f /workspace/postgresql-pod.yaml -o jsonpath --template '{.metadata.name}'/ >
$(results.service-name.path)
echo "servie name: $(cat $(results.service-name.path))"
---
...
...
Please
register
or
sign in
to post a comment