Skip to content

Commit

Permalink
Merge pull request #31 from Ankurk99/master
Browse files Browse the repository at this point in the history
update k8s deployment PersistentVolumeClaim object
  • Loading branch information
cytopia authored Dec 15, 2022
2 parents c621449 + 53f7630 commit d716746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions k8s/deployment-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ spec:
key: DVWA_DATABASE
volumes:
- name: dvwa-mysql-vol
persistentVolumeClaim:
claimName: dvwa-mysql-data-claim
hostPath:
path: "/var/lib/mysql"
11 changes: 0 additions & 11 deletions k8s/volumeclaim-mysql.yml

This file was deleted.

0 comments on commit d716746

Please sign in to comment.