Skip to content

Commit 6454a2c

Browse files
CsatariGergelyLevovar
authored andcommitted
Changing some damn-s to danm-s
Signed-off-by: Gergely Csatari <[email protected]>
1 parent c675467 commit 6454a2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build_danm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@ done
148148
echo Building installer, version ${COMMIT_HASH}
149149
${BUILD_COMMAND} \
150150
${EXTRA_BUILD_ARGS} \
151-
--tag ${TAG_PREFIX}damn-installer:${COMMIT_HASH} \
151+
--tag ${TAG_PREFIX}danm-installer:${COMMIT_HASH} \
152152
--file scm/build/Dockerfile.install \
153153
.
154154

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
156156

157157
if [ -n "${IMAGE_PUSH}" ]
158158
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
161161
fi

integration/install/danm-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
mountPath: /config
1616

1717
# Update the next two lines as needed
18-
image: damn-installer:latest
18+
image: danm-installer:latest
1919
imagePullPolicy: IfNotPresent
2020

2121
volumes:

schema/DanmNet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### K8s CRD DanmNet API schema description ###
22
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.
44
# DANM can connect Pods to DanmNets of the same tenant (namespace).
55
kind: DanmNet
66
metadata:

0 commit comments

Comments
 (0)