Skip to content

Commit

Permalink
Merge pull request #4 from Selerity/md-update
Browse files Browse the repository at this point in the history
viya4-home-dir-builder - Update Chart
  • Loading branch information
SelerityMichael authored May 15, 2022
2 parents bef68f3 + 476bb05 commit 2ef124e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/viya4-home-dir-builder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
apiVersion: v2
name: viya4-home-dir-builder
description: Create home directories for SAS Viya 4 Users
home: https://seleritysas.com
icon: https://seleritysas.com/wp-content/uploads/2017/08/cropped-logo_square-1.png
maintainers:
- name: seleritymichael
email: michael.dixon@selerity.com.au

type: application

version: 0.1.2
version: 0.1.3

appVersion: "3"
6 changes: 6 additions & 0 deletions charts/viya4-home-dir-builder/home_dir_builder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
(c) Selerity Pty. Ltd. 2022. All Rights Reserved.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivitives License. To view a copy
of the license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/
"""

import os
import sys
import subprocess
Expand Down

0 comments on commit 2ef124e

Please sign in to comment.