File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,14 @@ done
148
148
echo Building installer, version ${COMMIT_HASH}
149
149
${BUILD_COMMAND} \
150
150
${EXTRA_BUILD_ARGS} \
151
- --tag ${TAG_PREFIX} damn -installer:${COMMIT_HASH} \
151
+ --tag ${TAG_PREFIX} danm -installer:${COMMIT_HASH} \
152
152
--file scm/build/Dockerfile.install \
153
153
.
154
154
155
- ${TAG_COMMAND} ${TAG_PREFIX} damn -installer:${COMMIT_HASH} ${TAG_PREFIX} damn -installer:latest
155
+ ${TAG_COMMAND} ${TAG_PREFIX} danm -installer:${COMMIT_HASH} ${TAG_PREFIX} danm -installer:latest
156
156
157
157
if [ -n " ${IMAGE_PUSH} " ]
158
158
then
159
- ${PUSH_COMMAND} ${TAG_PREFIX} damn -installer:${COMMIT_HASH}
160
- ${PUSH_COMMAND} ${TAG_PREFIX} damn -installer:latest
159
+ ${PUSH_COMMAND} ${TAG_PREFIX} danm -installer:${COMMIT_HASH}
160
+ ${PUSH_COMMAND} ${TAG_PREFIX} danm -installer:latest
161
161
fi
Original file line number Diff line number Diff line change 15
15
mountPath : /config
16
16
17
17
# Update the next two lines as needed
18
- image : damn -installer:latest
18
+ image : danm -installer:latest
19
19
imagePullPolicy : IfNotPresent
20
20
21
21
volumes :
Original file line number Diff line number Diff line change 1
1
# ## K8s CRD DanmNet API schema description ###
2
2
apiVersion : danm.k8s.io/v1
3
- # A DamnNet object represents a physical network together with its resources and configuration applications can use.
3
+ # A DanmNet object represents a physical network together with its resources and configuration applications can use.
4
4
# DANM can connect Pods to DanmNets of the same tenant (namespace).
5
5
kind : DanmNet
6
6
metadata :
You can’t perform that action at this time.
0 commit comments