Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 16, 2024
1 parent edc5f0e commit 4c2dc93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
9 changes: 0 additions & 9 deletions manifests/config.json

This file was deleted.

10 changes: 0 additions & 10 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ spec:
"--context=git://github.com/briansunter/graph.git#refs/heads/kube",
"--destination=briansunter/site:latest",
]
# volumeMounts:
# - name: kaniko-secret
# mountPath: /kaniko/.docker
securityContext:
privileged: true
restartPolicy: Never
# volumes:
# - name: kaniko-secret
# secret:
# secretName: kaniko-secret
# items:
# - key: .dockerconfigjson
# path: config.json
10 changes: 0 additions & 10 deletions manifests/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@ spec:
volumeMounts:
- name: dist
mountPath: /usr/share/nginx/html
# - name: kaniko-secret
# mountPath: /kaniko/.docker
securityContext:
privileged: true
restartPolicy: Always
volumes:
- name: dist
emptyDir: {}
# - name: kaniko-secret
# secret:
# secretName: regcred
# items:
# - key: .dockerconfigjson
# path: config.json
# imagePullSecrets:
# - name: regcred

0 comments on commit 4c2dc93

Please sign in to comment.