We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebf865 commit a0b6cddCopy full SHA for a0b6cdd
.rancher-pipeline.yml
@@ -14,7 +14,7 @@ stages:
14
- publishImageConfig:
15
dockerfilePath: ./Dockerfile
16
buildContext: .
17
- tag: example-helloserver:${CICD_EXECUTION_SEQUENCE}
+ tag: go-server:${CICD_EXECUTION_SEQUENCE}
18
- name: Deploy
19
steps:
20
- applyYamlConfig:
deployment.yaml
@@ -46,7 +46,7 @@ apiVersion: extensions/v1beta1
46
kind: Ingress
47
metadata:
48
namespace: go
49
- name: helloserver-ingress
+ name: go-ingress
50
annotations:
51
allow.http: "false"
52
spec:
0 commit comments