Rename 1Password Vault
This commit is contained in:
@@ -80,8 +80,8 @@ job "minio" {
|
||||
}
|
||||
|
||||
env {
|
||||
MINIO_ROOT_USER="op://InfraSecrets/Minio Tier 1/username"
|
||||
MINIO_ROOT_PASSWORD="op://InfraSecrets/Minio Tier 1/password"
|
||||
MINIO_ROOT_USER="op://Homelab/Minio Tier 1/username"
|
||||
MINIO_ROOT_PASSWORD="op://Homelab/Minio Tier 1/password"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -107,7 +107,7 @@ job "minio" {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
volume "minio-warm-data" {
|
||||
type = "host"
|
||||
source = "minio-hdd" # Tier 2 Storage Host Volume
|
||||
@@ -135,8 +135,8 @@ job "minio" {
|
||||
}
|
||||
|
||||
env {
|
||||
MINIO_ROOT_USER="op://InfraSecrets/Minio Tier 2/username"
|
||||
MINIO_ROOT_PASSWORD="op://InfraSecrets/Minio Tier 2/password"
|
||||
MINIO_ROOT_USER="op://Homelab/Minio Tier 2/username"
|
||||
MINIO_ROOT_PASSWORD="op://Homelab/Minio Tier 2/password"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user